apphosting:Event
Application event notification.
Telemetry Sensor Path(s)
Configurable Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | PERMITTED VALUES |
|---|---|---|---|
| name | naming:Name256 (string:Basic) |
The name of the object. | MAX SIZE: 256 |
Operational Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
|---|---|---|---|
| appId | apphosting:AppName (string:Basic) |
Unique application id that generated the event. | MAX SIZE: 39 |
| eventMsg | string:Basic |
Event message received inside notification. | A sequence of characters |
| eventSev | apphosting:EventSeverity (scalar:Enum8) |
Severity of event. e.g 'critical/major/minor'. | SELECTION: 0 - ev_sev_critical 1 - ev_sev_major 2 - ev_sev_minor DEFAULT: ev_sev_minor |
| eventState | apphosting:EventState (scalar:Enum8) |
State of event. e.g 'deployed/running'. | SELECTION: 0 - ev_state_deployed 1 - ev_state_activated 2 - ev_state_running 3 - ev_state_stopped 4 - ev_state_uninstalled DEFAULT: ev_state_uninstalled |
| eventStatus | apphosting:EventStatus (scalar:Enum8) |
Status of event. e.g 'pass/fail'. | SELECTION: 0 - ev_status_pass 1 - ev_status_fail DEFAULT: ev_status_pass |
| eventType | apphosting:EventType (scalar:Enum8) |
Type of event. e.g 'install/uninstall'. | SELECTION: 0 - ev_type_caf_enable 1 - ev_type_app_install 2 - ev_type_app_uninstall 3 - ev_type_app_start 4 - ev_type_app_no_start 5 - ev_type_app_unsolicited 6 - ev_type_app_activate 7 - ev_type_app_deactivate DEFAULT: ev_type_app_uninstall |
| hostName | string:Basic |
Host name from where the event originated. | A sequence of characters |
| key | scalar:Uint32 |
Event key index used to access event collection. | RANGE: [0, 4294967295] |
| systemIp | string:Basic |
System ip address linked with event. | A sequence of characters |
| time | scalar:Uint64 |
Epoch time at when the event received. | RANGE: [0, 18446744073709551615] |
| vrfName | string:Basic |
Application interface vrf name. | A sequence of characters |
Internal Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
|---|---|---|---|
| modTs | mo:TStamp (scalar:Date) |
The time when this object was last modified. | SELECTION: 0 - never DEFAULT: never |
| status | mo:ModificationStatus (scalar:Bitmask32) |
The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |